-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Improved reporting] Add link for Allure Report #2519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It's a pretty popular reporting that allow you to have a fancy reports with minimum changes in the code, with detailed information about each step the test did with proper hierarchy.
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
CLA assistant check
All committers have signed the CLA.
PR Compliance Guide 🔍
Below is a summary of compliance checks for this PR:
No security concerns identified
No security vulnerabilities detected by AI analysis. Human verification advised for critical code.🎫 No ticket provided
- Create ticket/issue
Codebase context is not defined
Follow the guide to enable codebase context checks.
Generic: Meaningful Naming and Self-Documenting Code
Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting
Status: Passed
Generic: Secure Error Handling
Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.
Status: Passed
Generic: Secure Logging Practices
Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.
Status: Passed
Generic: Comprehensive Audit Trails
Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.
Status:
Not Applicable Scope: The PR only adds a documentation hyperlink and does not introduce code paths where audit
logging would apply, so compliance cannot be assessed from this diff.
Referred Code
[Allure Report: fancy reports (language and framework agnostic)](https://allurereport.org/)
Generic: Robust Error Handling and Edge Case Management
Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation
Status:
No Error Paths: The change is purely editorial (adding a link) and introduces no executable error handling
surfaces, so compliance cannot be determined from this diff.
Referred Code
[Allure Report: fancy reports (language and framework agnostic)](https://allurereport.org/)
Generic: Security-First Input Validation and Data Handling
Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities
Status:
No Input Handling: The modification is a documentation link addition and does not involve input processing or
data handling, so security validation compliance cannot be assessed from this diff.
Referred Code
[Allure Report: fancy reports (language and framework agnostic)](https://allurereport.org/)
Compliance status legend
🟢 - Fully Compliant🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label
PR Code Suggestions ✨
No code suggestions found for the PR.
Uh oh!
There was an error while loading. Please reload this page.
User description
It's a pretty popular reporting framework that allow you to have a fancy reports with minimum changes in the code, with detailed information about each step a test did with a proper hierarchy.
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Added one link for pretty popular framework for reports.
Motivation and Context
It's free, it can be used with any language / framework and suits Mobile , Web and API tests, super alive, shows great report with all details (step name, time, provided data, responses).
Types of changes
Checklist
PR Type
Documentation
Description
Added Allure Report link to improved reporting documentation
Provides framework-agnostic reporting solution for tests
Diagram Walkthrough
File Walkthrough
improved_reporting.en.md
Add Allure Report reference linkwebsite_and_docs/content/documentation/test_practices/encouraged/improved_reporting.en.md
nature